home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 36 / PC Gamer IT CD 36 2-2.iso / utility / pmio12 / Pmio.ex_ / 0 / RCDATA / TRENAMEFORM1 / TRENAMEFORM1.txt < prev   
Text File  |  1998-10-17  |  3KB  |  137 lines

  1. object RenameForm1: TRenameForm1
  2.   Left = 52
  3.   Top = 144
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   ActiveControl = NewEdit
  7.   BorderIcons = [biSystemMenu]
  8.   BorderStyle = bsSingle
  9.   Caption = 'Rename Image'
  10.   ClientHeight = 180
  11.   ClientWidth = 436
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   Icon.Data = {<image000.ico>}
  18.   KeyPreview = True
  19.   Position = poScreenCenter
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 185
  25.     Top = 36
  26.     Width = 232
  27.     Height = 13
  28.     AutoSize = False
  29.     Caption = 'Current name:'
  30.   end
  31.   object Label2: TLabel
  32.     Left = 185
  33.     Top = 80
  34.     Width = 232
  35.     Height = 13
  36.     AutoSize = False
  37.     Caption = '&New name:'
  38.     FocusControl = NewEdit
  39.   end
  40.   object ErrorLabel: TLabel
  41.     Left = 188
  42.     Top = 120
  43.     Width = 229
  44.     Height = 20
  45.     AutoSize = False
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clRed
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = [fsBold]
  51.     ParentFont = False
  52.   end
  53.   object OpenTool: TToolbarButton97
  54.     Left = 185
  55.     Top = 4
  56.     Width = 23
  57.     Height = 22
  58.     Hint = 'Open Image'
  59.     DisplayMode = dmGlyphOnly
  60.     Flat = False
  61.     Glyph.Data = {
  62.       F6000000424DF600000000000000760000002800000010000000100000000100
  63.       04000000000080000000CE0E0000C40E00000000000000000000000000000000
  64.       80000080000000808000800000008000800080800000C0C0C000808080000000
  65.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
  66.       77777777777777777777000000000007777700666666666077770E0666666666
  67.       07770FE06666666660770EFE0666666666070FEFE000000000000EFEFEFEFE07
  68.       77770FEFEFEFEF0777770EFE0000000777777000777777770007777777777777
  69.       7007777777770777070777777777700077777777777777777777}
  70.     ParentShowHint = False
  71.     ShowHint = True
  72.     OnClick = OpenToolClick
  73.   end
  74.   object OkButton: TButton
  75.     Left = 184
  76.     Top = 144
  77.     Width = 75
  78.     Height = 25
  79.     Caption = '&Rename'
  80.     Default = True
  81.     ModalResult = 1
  82.     TabOrder = 2
  83.     OnClick = OkButtonClick
  84.   end
  85.   object CancelButton: TButton
  86.     Left = 264
  87.     Top = 144
  88.     Width = 75
  89.     Height = 25
  90.     Cancel = True
  91.     Caption = 'Cancel'
  92.     ModalResult = 2
  93.     TabOrder = 3
  94.   end
  95.   object OldEdit: TEdit
  96.     Left = 184
  97.     Top = 52
  98.     Width = 233
  99.     Height = 21
  100.     Color = clBtnFace
  101.     ReadOnly = True
  102.     TabOrder = 0
  103.   end
  104.   object NewEdit: TEdit
  105.     Left = 184
  106.     Top = 96
  107.     Width = 233
  108.     Height = 21
  109.     TabOrder = 1
  110.     OnChange = NewEditChange
  111.   end
  112.   object GroupBox1: TGroupBox
  113.     Left = -36
  114.     Top = -16
  115.     Width = 201
  116.     Height = 256
  117.     TabOrder = 4
  118.     object Panel1: TPanel
  119.       Left = 40
  120.       Top = 28
  121.       Width = 156
  122.       Height = 156
  123.       BevelOuter = bvNone
  124.       TabOrder = 0
  125.     end
  126.   end
  127.   object HelpButton: TButton
  128.     Left = 344
  129.     Top = 144
  130.     Width = 75
  131.     Height = 25
  132.     Caption = '&Help'
  133.     TabOrder = 5
  134.     OnClick = HelpButtonClick
  135.   end
  136. end
  137.